home *** CD-ROM | disk | FTP | other *** search
/ EIDOS Interactive Digital Press Kit ECTS 1997 / EIDOS Digital Press Kit - ECTS 1997 - Disc 1.iso / pc / xtras / shared.cst / 00056.ls < prev    next >
Encoding:
Text File  |  1996-08-21  |  192 b   |  12 lines

  1. on exitFrame
  2.   stayhere
  3.   ctrlbar
  4.   
  5.   if rollover (5) then
  6.     set the visible of sprite 5 to true
  7.     updatestage
  8.   else
  9.     set the visible of sprite 5 to false
  10.     updatestage
  11.   end if
  12. end